SLEnvironmentalReverbItf_

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C)
struct SLEnvironmentalReverbItf_ {}

Members

Variables

GetDecayHFRatio
SLresult function(SLEnvironmentalReverbItf self, SLpermille* pDecayHFRatio) GetDecayHFRatio;
Undocumented in source.
GetDecayTime
SLresult function(SLEnvironmentalReverbItf self, SLmillisecond* pDecayTime) GetDecayTime;
Undocumented in source.
GetDensity
SLresult function(SLEnvironmentalReverbItf self, SLpermille* pDensity) GetDensity;
Undocumented in source.
GetDiffusion
SLresult function(SLEnvironmentalReverbItf self, SLpermille* pDiffusion) GetDiffusion;
Undocumented in source.
GetEnvironmentalReverbProperties
SLresult function(SLEnvironmentalReverbItf self, SLEnvironmentalReverbSettings* pProperties) GetEnvironmentalReverbProperties;
Undocumented in source.
GetReflectionsDelay
SLresult function(SLEnvironmentalReverbItf self, SLmillisecond* pReflectionsDelay) GetReflectionsDelay;
Undocumented in source.
GetReflectionsLevel
SLresult function(SLEnvironmentalReverbItf self, SLmillibel* pReflectionsLevel) GetReflectionsLevel;
Undocumented in source.
GetReverbDelay
SLresult function(SLEnvironmentalReverbItf self, SLmillisecond* pReverbDelay) GetReverbDelay;
Undocumented in source.
GetReverbLevel
SLresult function(SLEnvironmentalReverbItf self, SLmillibel* pReverbLevel) GetReverbLevel;
Undocumented in source.
GetRoomHFLevel
SLresult function(SLEnvironmentalReverbItf self, SLmillibel* pRoomHF) GetRoomHFLevel;
Undocumented in source.
GetRoomLevel
SLresult function(SLEnvironmentalReverbItf self, SLmillibel* pRoom) GetRoomLevel;
Undocumented in source.
SetDecayHFRatio
SLresult function(SLEnvironmentalReverbItf self, SLpermille decayHFRatio) SetDecayHFRatio;
Undocumented in source.
SetDecayTime
SLresult function(SLEnvironmentalReverbItf self, SLmillisecond decayTime) SetDecayTime;
Undocumented in source.
SetDensity
SLresult function(SLEnvironmentalReverbItf self, SLpermille density) SetDensity;
Undocumented in source.
SetDiffusion
SLresult function(SLEnvironmentalReverbItf self, SLpermille diffusion) SetDiffusion;
Undocumented in source.
SetEnvironmentalReverbProperties
SLresult function(SLEnvironmentalReverbItf self, const SLEnvironmentalReverbSettings* pProperties) SetEnvironmentalReverbProperties;
Undocumented in source.
SetReflectionsDelay
SLresult function(SLEnvironmentalReverbItf self, SLmillisecond reflectionsDelay) SetReflectionsDelay;
Undocumented in source.
SetReflectionsLevel
SLresult function(SLEnvironmentalReverbItf self, SLmillibel reflectionsLevel) SetReflectionsLevel;
Undocumented in source.
SetReverbDelay
SLresult function(SLEnvironmentalReverbItf self, SLmillisecond reverbDelay) SetReverbDelay;
Undocumented in source.
SetReverbLevel
SLresult function(SLEnvironmentalReverbItf self, SLmillibel reverbLevel) SetReverbLevel;
Undocumented in source.
SetRoomHFLevel
SLresult function(SLEnvironmentalReverbItf self, SLmillibel roomHF) SetRoomHFLevel;
Undocumented in source.
SetRoomLevel
SLresult function(SLEnvironmentalReverbItf self, SLmillibel room) SetRoomLevel;
Undocumented in source.

Meta